CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DOS 串口

搜索资源列表

  1. DNC

    0下载:
  2. DOS CNC MACHINE CENTER 加工的rs232串口傳輸用編程.可多台傳輸也可接收檔案.asm開發系統使用-DOS winreg CENTER CNC machining of transmission using RS232 serial programming. Multiple transmission may also be able to receive files. Asm development system
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:84389
    • 提供者:林定國
  1. gserial

    1下载:
  2. GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving / sending of
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:21375
    • 提供者:吴义军
  1. bcbcomm

    0下载:
  2. CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 seria
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:14412
    • 提供者:高荣
  1. 接口技术

    0下载:
  2. 在DOS下的接口技术,键盘接口的编程,鼠标接口的编程串口的接口编程-DOS interface technology, the programming interface keyboard and mouse interface Serial Programming Interface Programming
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:278260
    • 提供者:彭文艺
  1. 16c550cUnderDos

    0下载:
  2. dos环境下对串口芯片16c550c的操作语句!-dos environment to the serial port chip 16c550c operating statements!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:862
    • 提供者:张剑锋
  1. TC++30DOS_SerialProgramming

    0下载:
  2. Turbo C++3.0使用通用性较好的可重用代码 GSerial类在DOS下的串口通信编程。-Turbo C 3.0 versatility better use of reusable code GSerial category in the DOS serial communication programming.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6016
    • 提供者:吴广德
  1. sourcecodesofchuankouinterruptcommunication

    0下载:
  2. 是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序。-under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving / sending of multiple serial communication program.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6651
    • 提供者:wang
  1. C51-serial-console--Csc-v1.0

    0下载:
  2. 我自个写的一个\"C51串口控制台\" 目的是可以像用DOS一样命令单片机 正在努力完善-months since I wrote of a "C51 serial console" the purpose was to be the same as using DOS command SCM is working to perfect
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:27945
    • 提供者:真实姓名
  1. gSeral

    0下载:
  2. GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, the amounts can be interrupted with receiving / sending of
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6401
    • 提供者:guchong
  1. EMIT20

    0下载:
  2. 基于DOS SVGA图形界面的JJY/WWVB/DCF/MSF广播时间码发生器,码信号输出端口:PC串口。-DOS-based SVGA graphical interface JJY / WWVB / DCF / MSF radio time code fat life support code signal output ports : PC serial port.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39131
    • 提供者:陈建中
  1. DOS4COM

    0下载:
  2. 这是一个DOS下开发的四串口程序,通过轮询的方法将COM1-COM3的数据合并到COM4上。压缩包中附带了QB45,一个DOS下开发应用程序的工具。-This is a DOS development of the four Serial procedures, Polling by the method of COM1 - COM3 merger of the data on COM4. Compressed the QB45 incidental, a DOS application dev
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1019334
    • 提供者:普云忠
  1. serial_int_cpp

    0下载:
  2. Dos下中断驱动的串口类(CPP)-Dos Interrupt-driven serial port type (CPP)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:5045
    • 提供者:王有庆
  1. PC8251

    0下载:
  2. 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:16259
    • 提供者:12345
  1. DOSseriaprg

    0下载:
  2. DOS 下的串口编程上位机和单片机之间的收发通信程序可以实现短距离通信无误-under the DOS PC serial programming between the microcontroller and transceiver communications procedures can achieve short-range communications unmistakably
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3752
    • 提供者:夺取
  1. Serial_at_DOS

    0下载:
  2. DOS下采用中断接收数据的串口通讯的例子,很难找到的好东西!-DOS interrupt receiving serial data communications example, it is difficult to find the good stuff!
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:751031
    • 提供者:马广存
  1. diliu043346zhangdos

    0下载:
  2. 适用于dos环境的串口通信,很好的程序-dos environment applicable to the serial communication, good procedures!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14018
    • 提供者:long
  1. serial_1

    0下载:
  2. dos下串口测试程序,利用中断进行发送数据-dos testing procedures, the use of data for transmission interruption
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4047
    • 提供者:dyq_king
  1. serialport_for_51

    0下载:
  2. 优盘进行串口通信源代码专门写来为arm,51与优盘进行串口通信的东东, 代码短小精悍,高度规范。可以在电脑上象操作 DOS一样仿真优盘的开发。-Youpan for serial communication source code written specifically for the arm, and 51 Youpan Serial Communication for Eastern, code small and highly standardized. Be on the comput
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:6774
    • 提供者:邹锦坤
  1. comtestt

    0下载:
  2. 在DOS下非常好用的串口类,可用于你的串口程序-in very handy DOS Serial category can be used to your serial port procedures
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:143909
    • 提供者:
  1. pcii

    0下载:
  2. DOS下使用PCI扩展串口的程序希望对大家有用 -DOS PCI expansion of the use of the Serial procedures hope useful for all
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:868661
    • 提供者:
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com